home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7813 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  785 b 

  1. Path: news.eunet.cz!usenet
  2. From: Borivoj Kostka <kostka@tovek.cz>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland C 4.52 & Opening Dialog Boxes
  5. Date: 19 Feb 1996 11:49:51 GMT
  6. Organization: EUnet Czechia (a customer)
  7. Message-ID: <4g9o4v$de8@news.eunet.cz>
  8. NNTP-Posting-Host: sherlock.dial-up.cz
  9.  
  10. wiersch@fastlane.net (Albert Wiersch) writes:
  11. > I've noticed a strange problem with my program... Basically, the dialog boxes will open when my program is run with Borland C++ running as
  12. > well, but if I try to run the executable without BC, the dialog boxes won't open. What am I missing?
  13. > Please help...
  14. > Regards,
  15. > Albert Wiersch
  16. > METRO 817-589-9600
  17. > wiersch@fastlane.net
  18. > http://www.fastlane.net/~wiersch
  19. Try to call EnableBWCC or EnableCtl3d in TApplication
  20. constructor.
  21.  
  22.